


/* 滚动分页样式 */
#fp-nav ul li a.active span{
    background: #df0615;
}

/* banner样式 */
.banner {
    width: 100%;
    height: 100%;
}
.banner .swiper-container {
    width: 100%;
    height: 100%
}
.banner1, .banner2, .banner3, .banner4 {
    width: 100%;
    height: 100%;
    background-size: cover;
}
.banner1 {
    background: url(/assets/images/banner01.jpg) center center no-repeat;
    background-size: 100%;
}
.banner2 {
    background: url(/assets/images/banner02.jpg) center center no-repeat;
    background-size: 100%;
}
.banner3 {
    background: url(/assets/images/banner03.jpg) center center no-repeat;
    background-size: 100%;
}
.banner4 {
    background: url(/assets/images/banner04.jpg) center center no-repeat;
    background-size: 100%;
}
.banner .swiper-slide img {
    display: none;
}
.swiper-container1 .swiper-button-next, .swiper-container1 .swiper-button-prev {
    width: 80px; 
    height: 80px;
    background-color: rgba(255,255,255,0.2);
    background-size: 16px 30px;
}
.swiper-container1 .swiper-button-prev, .swiper-container1 .swiper-container-rtl .swiper-button-next {
    background-image: url(/assets/images/prev.png);
    left: 120px;
}
.swiper-container1 .swiper-button-next, .swiper-container1 .swiper-container-rtl .swiper-button-prev {
    background-image: url(/assets/images/next.png);
    right: 120px;
}
.swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    border: 1px solid #fff;
}
.swiper-pagination-bullet-active {
    background-color: #000;
    border: 1px solid #fff;
}
@media (min-width: 1200px){

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
}
.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active{
    position: relative;
    top: 1px;
}
.swiper-pagination {
    text-align: right;
    margin-left: -94px;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 65px;
}
}
/* 指示动画 */
.down {
    width: 25px;
    height: 80px;
    position: absolute;
    left: 50%;
    bottom: 80px;
    z-index: 99;
}
.down-top {
    height: 40px;
    border-radius: 20px;
    border: 2px solid #fff;
    margin-bottom: 10px;
    position: relative;
}
.down-top:after {
    width: 3px;
    height: 10px;
    content: "";
    background-color: #fff;    
    border-radius: 30%;
    position: absolute;
    left: 9px;
    top: 5px;
    animation: arrowsOne 1s linear infinite;
}
.down-bottom {
    width: 25px;
    height: 30px;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    animation: arrowsTwo 1s linear infinite
}

@keyframes arrowsOne {
    0% {
        top: 5px;
    }
    100% {
        top: 15px;
    }
}
@keyframes arrowsTwo {
     0% {
         top: 0;
        }
     100% {
         top: 5px;
     }
}
/* 指示动画 end */
/* banner样式 end*/

/* 艾肯业务 */
.section2 {
    background: url(/assets/images/bg01.jpg) 100% 0 no-repeat;
    background-size: cover;
}
.work {
    color: #333;
    padding: 140px 15px 90px;
}
.work-test {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
    opacity: 0;
    transition: all 2s ease-in-out;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.work .work-test h2 {
    width: 193px;
    font-size: 36px;
    text-align: center;
    margin: 0;
}
.work .work-test img {
    width: 66.08%;
    margin: 40px auto 60px;
    transition: 0.3s;   
}
.work .work-test p {
    width: 84.16%;
    font-size: 18px;
    line-height: 190%;
    text-align: center; 
}
.work-list {
    height: 200px;
    box-shadow: 0 5px 15px 10px #f1f1f1;
    opacity: 0;
    transition: all 2s ease-in-out;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    
}

/* 动画 */
.open .work-test {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.5s
}
.open .work-list {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition-delay: 0.5s
}

.work-list ul {
    display: flex;
    flex-wrap: wrap;
    height: 200px;
}
.work-list ul li {
    width: 20%;
    height: 100%;
    color: #fff;
    cursor: pointer;
    position: relative;
    background-color: rgba(150, 148 ,148,1);
}
.work-list ul li div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.work-list ul li p:nth-of-type(1) {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
}
.work-list ul li .text-uppercase {
    font-size: 12px;
}
.work-list ul li span {
    display: inline-block;
    width: 57px;
    height: 57px;
}
.work-list ul li:hover {
    background-color: rgba(223,6,21,1);
}
/* .work-list ul li:hover::after{
    width: 50%;
    height: 4px;
    position: absolute;
    bottom: 0;
    content: '';
    background-color: #df0615;
    margin-left: 25%;
} */
.work-list ul li:nth-of-type(1) span{
    background: url(/assets/images/work-icon01.png) no-repeat;
}
.work-list ul li:nth-of-type(2) span{
    background: url(/assets/images/work-icon02.png) no-repeat;
}
.work-list ul li:nth-of-type(3) span{
    background: url(/assets/images/work-icon03.png) no-repeat;
}
.work-list ul li:nth-of-type(4) span{
    background: url(/assets/images/work-icon04.png) no-repeat;
}
.work-list ul li:nth-of-type(5) span{
    background: url(/assets/images/work-icon05.png) no-repeat;
}
/* .work-list ul li:nth-of-type(1):hover span{
    background: url(/assets/images/work-icon06.png) no-repeat;
}
.work-list ul li:nth-of-type(2):hover span{
    background: url(/assets/images/work-icon07.png) no-repeat;
}
.work-list ul li:nth-of-type(3):hover span{
    background: url(/assets/images/work-icon08.png) no-repeat;
}
.work-list ul li:nth-of-type(4):hover span{
    background: url(/assets/images/work-icon09.png) no-repeat;
}
.work-list ul li:nth-of-type(5):hover span{
    background: url(/assets/images/work-icon10.png) no-repeat;
} */
/* 艾肯业务 end*/

/* 关于艾肯 */
.section3 {
    background: url(/assets/images/bg03.jpg) no-repeat;
    background-size: cover;
}
.aboutList {
    opacity: 0;
    transition: all 1.5s ease-in-out;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.aboutImg {
    opacity: 0;
    transition: all 2s ease-in-out;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.aboutWord {
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.open .aboutImg, .open .aboutWord {
    transition-delay: 0.5s;
    -webkit-transform: none;
    transform: none;
}
.open .aboutImg {
    opacity: 1;
}
.open .aboutWord {
    opacity: 0.8;
}
.open .aboutList {
    opacity: 1;
    transition-delay: 0.5s;
    -webkit-transform: none;
    transform: none;
}
.about {
    height: 100%;
    padding-top: 120px;
    position: relative;
}
.about .aboutImg {
    width: 45%;
    padding-right: 0;
}
.about .aboutImg img{
    width: 100%;
    height: 100%;
}
.about .aboutWord {
    width: 55%;
    padding: 50px 55px 41px 55px;
    background-color: #333;
}
.about .aboutWord h3 {
    font-size: 36px;
    text-align: center;
    color: #fff;
    padding-top: 25px;
    padding-bottom: 40px;
    background: url(/assets/images/company.png) 25px 5px no-repeat;    
    margin-bottom: 0;
    margin-top: 0;
}
.about .aboutWord p {
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
    color: #fff;
    line-height: 180%;
}
.about .aboutWord p:nth-of-type(1) {
    margin-bottom: 40px;
}
.aboutList ul {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(255,255,255,0.8);
    margin-right: -15px;  
}
.aboutList ul li {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #d1d4d6;
    padding: 40px 0;  
}
.aboutList ul li:last-child {
    border-right: 0;
}
.aboutList ul li h3 {
    font-size: 60px;
    font-weight: bold;
    color: #df0615;
    margin-top: 30px;
    margin-bottom: 30px; 
    position: relative;
}
.aboutList ul li h3 span {
    font-size: 26px;
    position: absolute;
    top: 0;
    right: -20px;    
}
.aboutList ul li p {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.aboutList ul li .hr {
    width: 37px;
    height: 2px;
    background-color: #333;
    margin-bottom: 30px;
}
/* 关于艾肯 end*/

/* 案例 */
.section4 {
    background: url(/assets/images/bg05.jpg) center no-repeat;
    background-size: cover;
}
.section4 .caseBg {
    width: 100%;
    background-color: #e5e5e5;
    margin-left: auto;
}
.section4 .case {
    padding: 200px 15px;
}
.caseLeft {
    position: relative;
    opacity: 0;
    transition: all 1.5s ease-in-out;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
.case .caseLeft a {
    position: absolute;
}
.case .caseLeft a img {
    transition: 1s;
}
.case .caseLeft a:hover img {
    transform: scale(1.2);
}
.case .caseLeft a:nth-of-type(1) {
    top: 35px;
    right: 100px;
}
.case .caseLeft a:nth-of-type(2) {
    top: 90px;
    right: 240px;
}
.case .caseLeft a:nth-of-type(3) {
    top: 130px;
    left: 76px
}
.case .caseLeft a:nth-of-type(4) {
    top: 190px;
    right: 225px;
}
.case .caseLeft a:nth-of-type(5) {
    top: 210px;
    right: 140px;
}
.case .caseLeft a:nth-of-type(6) {
    top: 230px;
    right: 328px;
}
.case .caseLeft a:nth-of-type(7) {
    top: 288px;
    right: 205px;
}
.case .caseLeft a:nth-of-type(8) {
    bottom: 75px;
    right: 136px;
}
.case .swiper-slide img {
    width: 246px;
    height: 175px;
}
.caseRight {
    opacity: 0;
    transition: all 1s ease-in-out;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    position: relative;
}
.swiper-container2 {
    position: static;
}
.swiper-container2 .swiper-button-next, .swiper-container2 .swiper-button-prev {
    width: 52px; 
    height: 52px;
    background-color: #666;
    background-size: 16px 26px;
    border: 2px solid #666;
    border-radius: 50%;
    z-index: 90;
}
.swiper-container2 .swiper-button-prev, .swiper-container2 .swiper-container-rtl .swiper-button-next {
    background-image: url(/assets/images/prev1.png);
    left: 42%;
    top: 112%
}
.swiper-container2 .swiper-button-next, .swiper-container2 .swiper-container-rtl .swiper-button-prev {
    background-image: url(/assets/images/next2.png);
    right: 42%;
    top: 112%
}
.swiper-container2 .swiper-button-next.swiper-button-disabled {
    background-image: url(/assets/images/next1.png);
}
.swiper-container2 .swiper-button-prev.swiper-button-disabled {
    background-image: url(/assets/images/prev2.png);
}
.swiper-container2 .swiper-button-next.swiper-button-disabled, .swiper-container2 .swiper-button-prev.swiper-button-disabled {
    background-color: #e5e5e5;
}
.open .caseRight, .open .caseLeft {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.case .caseRight h3 {
    font-size: 36px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 35px;
    padding: 30px 0;
    background: url(/assets/images/case.png) center no-repeat;
}
.case .caseRight .swiper-slide a {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}
.case .caseRight .swiper-slide a:nth-child(3n) {
    margin-right: 0;
}
.case .caseRight .swiper-slide a:after {
    width: 100%;
    height: 60px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: -webkit-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4));
    background: -o-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4));
    background: -moz-linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4));
    background: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.4)); /* 标准的语法 */
}
.case .caseRight .swiper-slide a .des {
    width: 100%;
    height: 56px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    z-index: 10;
    transition: all 0.5s;
}
.case .caseRight .swiper-slide a:hover .des {
    height: 120px;
    background-color: rgba(0,0,0,0.4);
    padding-top: 22px;
}
.case .caseRight .swiper-slide a:hover .des img {
    opacity: 1;
    top: 55%;
}
.case .caseRight .swiper-slide a:hover .des p {
    margin-bottom: 5px;
}
.case .caseRight .swiper-slide a .des h4 {
    font-size: 14px;
    margin: 0;
}
.case .caseRight .swiper-slide a .des p {
    font-size: 12px;
    margin-bottom: 20px;
}
.case .caseRight .swiper-slide a .des img {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -100%;
    left: 42%;
    opacity: 0;
    transition: all 0.5s;
}
/* 案例 */

/* 新闻 */
.section5 {
    background: url(/assets/images/bg04.jpg) no-repeat;
    position: relative;
}
.section5 .news {
    padding: 150px 15px;
    margin-bottom: 100px;
}
.section5 .news .hd a {
    display: inline-block;  
    font-size: 14px;
    color: #fff;
    margin-top: 465px;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #df0615;
}
.section5 .news .hd h2 {
    font-size: 36px;
    padding: 16px 0;
    background: url(/assets/images/news.png) no-repeat;
    margin: 0;
}
.section5 .news .hd ul li {
    width: 75px;
    font-size: 18px;
    font-weight: bold;
    color: #444;
    margin-top: 60px;
    padding-bottom: 10px;
    cursor: pointer;
}
.section5 .news .hd ul li.on {
    color: #df0615;
    border-bottom: 2px solid #df0615;
    transition: all 0.2s;
}
.section5 .news .row .col-sm-9 {
    padding-left: 25px;
}
.n1 {
    position: absolute;
    left: -100%;
}
.n2 {
    position: absolute;
    left: -100%;
}
.n3 {
    position: absolute;
    left: -100%;
}
.bd {
    opacity: 0;
    transition: all 1.5s;
    -webkit-transform: scale3d(.3, .3, .3);
            transform: scale3d(.3, .3, .3);
}
.open .n1, .open .n2, .open .n3 {
    left: 15px;
}
.open .n1 {
    transition: all 0.5s ease-in-out;
}
.open .n2 {
    top: 150px;
    transition: all 1s ease-in-out;
}
.open .n3 {
    top: 225px;
    transition: all 1.5s ease-in-out;
}
.open .n1, .open .n2, .open .n3, .open .bd {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    background-color: #fff;
}
.section5 .news .bd .row .col-sm-6:nth-of-type(1) {
    padding-right: 0;
}
.section5 .news .bd .row .col-sm-6:nth-of-type(2) {
    padding-left: 0;
}
.section5 .news .bd .newsList .newsWord {
    display: flex;
}
.section5 .news .bd .newsList {
    height: 198px;
}
.section5 .news .bd .newsList a {
    display: block;
    height: 100%;
    padding: 30px 15px;
    position: relative;
    transition: all 0.5s;
    box-shadow: 2px 2px 10px #ccc;
}
.section5 .news .bd .newsList a:after {
    width: 0;
    content: "";
    position: absolute;
    top: 25%;
    right: -60px;
    border-width: 30px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    z-index: 2;
}
.section5 .news .bd .row:nth-of-type(2) .newsList a:after {
    left: -60px;
    border-color: transparent #fff transparent transparent;
}
.section5 .news .bd .newsList a .newsWord .newsDate {
    padding-right: 20px;
}
.section5 .news .bd .newsList a .newsWord .newsDate p:nth-of-type(1) {
    width: 64px;
    font-size: 22px;
    font-weight: bold;
}
.section5 .news .bd .newsList a .newsWord .newsDate p:nth-of-type(2) {
    font-size: 22px;
    color: #999;
    font-weight: bold;
}
.section5 .news .bd .newsList a .newsWord .newsText {
    padding-left: 20px;
    border-left: 1px solid #a8a8a8;
}
.section5 .news .bd .newsList a .newsWord .newsText h3{
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
}
.section5 .news .bd .newsList a .newsWord .newsText p {
    font-size: 14px;
}
.section5 .news .bd .newsList a .text-uppercase {
    font-size: 14px;
    color: #df0615;
    font-weight: bold;
    position: absolute;
    left: 110px;
    bottom: 30px;
}
.section5 .news .bd .newsList a img {
    position: absolute;
    bottom: 20px;
    transition: all 0.5s;
    opacity: 0;
}
.section5 .news .bd .newsList a:hover {
    background-color: #fff;
}
.section5 .news .bd .newsList a:hover .text-uppercase {
    display: none;
}
.section5 .news .bd .newsList a:hover img {
    opacity: 1;
    transform: translateX(110px);
}
.section5 .news .newsImg {
    height: 198px;
}
.section5 .news .newsImg img {
    width: 100%;
    height: 100%;
}
/* 新闻 end*/

/* 分页导航样式 */
#fp-nav ul li:hover .fp-tooltip {
    width: 28px;
    color: #333;
}


/* 鼠标滑入显示导航 */
.more-nav-show {
    width: 100%;
    height: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}



/* 手机端样式 */
@media (max-width: 767px) {
    /* banner  */
    .banner {
        margin-top: 98px;
    }
    .banner .banner1, .banner .banner2{
        display: none; 
    }
    .banner .swiper-slide img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .down {
        display: none;
    }
    .swiper-container1 .swiper-button-next, .swiper-container1 .swiper-button-prev {
        display: none;
    }
     /* banner end */

     /* 结束动画样式 */
     .work-test, .work-list, .aboutImg, .aboutWord, .aboutList, .caseLeft, .caseRight, .bd {
         opacity: 1;
         -webkit-transform: none;
         transform: none;
     }
     .n1 {
         left: 15px;
     }
     /* 艾肯业务 */
     .section2 {
         background-position: center;
     }
     .work {
         margin-top: 20px;
         padding: 0 15px;
     }
     .work .work-test h2 {
         font-size: 28px;
         text-align: center;
     }
     .work .work-test img {
         margin:30px auto 30px;
     }
     .work .work-test p {
         width: 100%;
         font-size: 14px;
         text-align: justify;
     }
     .work .work-test {
         margin-bottom: 15px;
     }
     .work-list {
         height: 100%;
         margin-bottom: 50px;
     }
     .work-list ul {
         height: 100%;
         margin: 15px 0;
         background-color: #969494;
     }
     .work-list ul li {
         width: 50%;
         margin: 15px 0;
     }
     .work-list ul li p:nth-of-type(1) {
         font-size: 16px;
     }
     /* 艾肯业务 end */

     /* 关于艾肯 */
     .about {
         padding-top: 30px;
     }
     .about .aboutImg {
         width: 100%;
         padding-right:15px;
     }
     .about .aboutWord {
         width: 100%;
         padding: 15px 15px 41px 15px;
     }
     .about .aboutWord h3 {
        font-size: 24px;
        padding-top: 27px;
        padding-bottom: 27px;
     }

     .about .aboutWord p {
         font-size: 14px;
     }
     .about .aboutWord p:nth-of-type(1) {
         font-size: 14px;
         margin-bottom: 15px;
     }
     .aboutList ul {
         margin-left: -15px;
         margin-bottom: 30px;
     }
     .aboutList ul li {
        width: 50%;
        border-bottom: 1px solid #d1d4d6;
    }
    .aboutList ul li:last-child {
        border-bottom: none;
    }
     .aboutList ul li h3 {
         font-size: 42px;
     }
     .aboutList ul li p {
         font-size: 14px;
     }
     /* 关于艾肯 end */

     /* 案例 */
     .section4 .caseBg {
         width: 100%;
     }
     .section4 .case {
         padding: 20px 15px;
     }
     .caseLeft img {
         width: 100%;
         margin-bottom: 25px;
     }
     .case .caseLeft a img {
        width: 40px;
        height: 40px;
     }
     .case .caseLeft a:nth-of-type(1) {
        top: 20px;
        right: 60px;
     }
     .case .caseLeft a:nth-of-type(2) {
        top: 60px;
        right: 160px;
     }
     .case .caseLeft a:nth-of-type(3) {
        top: 100px;
        left: 56px;
     }
     .case .caseLeft a:nth-of-type(4) {
        top: 125px;
        right: 145px;
     }
     .case .caseLeft a:nth-of-type(5) {
        top: 155px;
        right: 100px;
     }
     .case .caseLeft a:nth-of-type(6) {
        top: 155px;
        right: 208px;
     }
     .case .caseLeft a:nth-of-type(7) {
        top: 205px;
        right: 165px;
     }
     .case .caseLeft a:nth-of-type(8) {
        bottom: 75px;
        right: 106px;
    }
     .case .caseRight h3 {
         font-size: 24px;
     }
     .case .caseRight .swiper-slide a .des h4 {
         font-size: 16px;
     }
     .case .swiper-wrapper {
         flex-wrap: wrap;
     }
     .case .swiper-slide {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
     }
     .case .caseRight .swiper-slide a {
        width: 48%;
    }
    .case .caseRight .swiper-slide a:nth-child(3n) {
        margin-right: 10px;
    }
    .case .caseRight .swiper-slide a:nth-child(2n) {
        margin-right: 0;
    }
     .case .swiper-slide img {
         width: 100%;
         height: 100%;
     }
     .swiper-button-prev, .swiper-button-next {
         display: none;
     }
     /* .swiper-container2 .swiper-button-prev, .swiper-container2 .swiper-container-rtl .swiper-button-next {
        left: 100px;
        top: 110%;
    }
    .swiper-container2 .swiper-button-next, .swiper-container2 .swiper-container-rtl .swiper-button-prev {
        right: 100px;
        top: 110%;
    } */
     /* 案例end */

     /* 新闻 */
     .section5 .news {
         padding: 20px 15px 100px;
         position: relative;
         margin-bottom: 0;
         margin-top: 100px;
     }
     .section5 .news .col-sm-3 {
         position: static;
     }
     .section5 .news .hd h2 {
         font-size: 24px;
         padding: 23px 0;
     }
     .section5 .news .hd ul {
         display: flex;
         flex-wrap: wrap;
     }
     .n2 {
         top: 95px;
         left: 35%;
     }
     .n3 {
         top: 95px;
         left: 70%;
     }
     .section5 .news .hd a {
        position: absolute;
        bottom: 15px;
        right: 30px;
        margin-top: 0;
    }
    .bd {
        margin-top: 150px;
    }
    .section5 .news .bd .row .col-sm-6:nth-of-type(1) {
        padding-right: 15px;
    }
    .section5 .news .bd .row .col-sm-6:nth-of-type(2) {
        padding-left: 15px;
    }
    .section5 .news .row .col-sm-9 {
        padding-left: 15px;
    }
    .section5 .news .bd .newsList a:after {
        border-width: 0;
    }
    .bd ul li .row {
        margin-bottom: 20px;
    }
    .section5 .news .bd .newsList a .newsWord .newsText h3 {
        font-size: 18px;
    }
    .section5 .news .bd .newsList a .newsWord .newsText p {
        font-size: 12px;
    }
     /* 新闻 end */  
 }

 /* 底部 */
 footer {
    margin-top: 50px;
 }
